home *** CD-ROM | disk | FTP | other *** search
/ Windows News 1997 February / Windows News CD #1 - Fev 97.iso / share / srdsk207 / xmssize.doc < prev    next >
Encoding:
Text File  |  1997-01-22  |  2.0 KB  |  56 lines

  1.  
  2.                        XMSSIZE 1.00 User Document
  3.  
  4.                     Copyright (c) 1996 Marko Kohtala
  5.  
  6.  
  7.  
  8. This program modifies HIMEM.SYS versions 3.09 and later XMS handle table
  9. to contain free memory up to the Kbytes given as parameter. This program
  10. is useful for example if HIMEM.SYS can not determine the amount of
  11. extended memory beyond 64M.
  12.  
  13. Notice that some versions of MEM only report up to 65535 Kbytes of free
  14. XMS memory even if there is more. You do not need this program if MEM
  15. still reports 65535 Kbytes free XMS after you have allocated some (for
  16. example to SRDISK XMS disk or SMARDRV cache).
  17.  
  18. Also, newer HIMEM.SYS might have an option for this same purpose. If one
  19. is available, use it instead of this program.
  20.  
  21. This program is freeware. Copyright (C) 1996 Marko Kohtala. THERE IS NO
  22. GUARANTEES WHATSOVER THAT THIS PROGRAM WORKS IN ANY PARTICULAR WAY. IT
  23. MAY DESTROY ALL YOUR DATA, COMPUTER HARDWARE AND YOUR LIFE DISPITE MY
  24. BEST ATTEMPTS TO ENSURE IT DOES NOT. USE AT YOUR OWN RISK. TEST IT WITH
  25. EQUIPMENT AND DATA YOU ARE PREPARED TO LOSE.
  26.  
  27. To use this program from CONFIG.SYS, you can say one of:
  28.  
  29.         DEVICE=XMSSIZE.EXE <Kbytes>
  30. or
  31.         INSTALL=XMSSIZE.EXE <Kbytes>
  32.  
  33. The difference is the time when this program is run. INSTALL installs
  34. programs after all device drivers are installed. Therefore you have to
  35. use the DEVICE= if your device driver wants to allocate XMS.
  36.  
  37. You can also have line "XMSSIZE <Kbytes>" in your AUTOEXEC.BAT.
  38.  
  39. Whichever way you do it, XMSSIZE does _not_ stay resident consuming your
  40. memory. The only difference is the time the program is run.
  41.  
  42. <Kbytes> is the amount of memory that you have, not the amount of XMS
  43. memory that you want to have. XMSSIZE modifies the last free block of
  44. memory to end at that address.
  45.  
  46. Authors contacts:
  47.  
  48.    Email: Marko.Kohtala@hut.fi, Marko.Kohtala@ntc.nokia.com,
  49.           Marko.Kohtala@compart.fi
  50.    Surface mail:
  51.           Marko Kohtala
  52.           PL 115
  53.           FIN-01451 Vantaa
  54.           FINLAND
  55.  
  56.